public class SPCParamNameList
extends java.lang.Object
| Constructor and Description |
|---|
SPCParamNameList()
Create an instance of the SPCParamNameList class.
|
SPCParamNameList(SPCParamName item)
Create an instance of the SPCParamNameList class.
|
SPCParamNameList(SPCParamName[] items)
Create an instance of the SPCParamNameList class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(SPCParamName item)
Add parameter type to the SPCParamNameList instance.
|
boolean |
add(SPCParamName[] items)
Add all the information for the SPCParamNameList instance.
|
int |
getCount()
Returns the type of parameter stored in the SPCParamNameList instance.
|
java.lang.String |
getQueryCommand(int engine)
Returns the parameter names of the barcode module.
|
public SPCParamNameList()
public SPCParamNameList(SPCParamName item)
public SPCParamNameList(SPCParamName[] items)
public int getCount()
public boolean add(SPCParamName item)
item - SPCParamName represent the parameter type.public boolean add(SPCParamName[] items)
items - An instance of SPCParamNameList with added parameter informations.public java.lang.String getQueryCommand(int engine)
throws ATException
engine - An identifier representing the type of the barcode module.ATException - An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.